Autogenerated HTML docs for v2.34.1-75-gabe6b 
diff --git a/git-send-email.txt b/git-send-email.txt index 3db4eab..41cd8cb 100644 --- a/git-send-email.txt +++ b/git-send-email.txt 
@@ -9,7 +9,8 @@  SYNOPSIS  --------  [verse] -'git send-email' [<options>] <file|directory|rev-list options>... +'git send-email' [<options>] <file|directory>... +'git send-email' [<options>] <format-patch options>  'git send-email' --dump-aliases     @@ -19,7 +20,8 @@  Patches can be specified as files, directories (which will send all  files in the directory), or directly as a revision list. In the  last case, any format accepted by linkgit:git-format-patch[1] can -be passed to git send-email. +be passed to git send-email, as well as options understood by +linkgit:git-format-patch[1].    The header of the email is configurable via command-line options. If not  specified on the command line, the user will be prompted with a ReadLine